home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 1
/
LSD Compendium Deluxe 1.iso
/
a
/
programming
/
misc
/
ace-2.0.lha
/
PRGS.lha
/
Turtle
/
torus.b
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-01-18
|
205 b
|
24 lines
'..Torus
defint a-z
screen 1,640,200,1,2
penup
setxy 280,110
pendown
for i=1 to 36
for j=1 to 72
forward 5
turnright 5
next
forward 3
turnright 10
next
while inkey$=""
wend
screen close 1